/* Add images into elements */
#whp-header-image {
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    box-sizing: border-box;
    text-shadow: 2px 2px 5px black;
}
#whp-sum-ecosystem {
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    box-sizing: border-box;
    text-shadow: 2px 2px 5px black;
}
#whp-sum-roadmap-img {
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    box-sizing: border-box;
    text-shadow: 2px 2px 5px black;
}
.intro-img {
    background-image: url('../../media/backgroundImg001.jpg');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    box-sizing: border-box;
    text-shadow: 2px 2px 5px black;
}
.text-header-number {
    font-size: 3em;
}